home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p0665_0809_64bit.exe / [0] / XHTML.CTL < prev    next >
Text File  |  2011-01-29  |  3KB  |  242 lines

  1. #TITLE=XHTML 1.0
  2. #INFO
  3. Cliptext Library for XHTML 1.0 written by ES-Computing.
  4. This file is provided as a sample Cliptext library of EditPlus.
  5. #SORT=n
  6.  
  7. #T=!--
  8. <!-- ^! -->
  9. #T=!DOCTYPE
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. #T=a
  12. <a href="">^!</a>
  13. #T=abbr
  14. <abbr>^!</abbr>
  15. #T=acronym
  16. <acronym>^!</acronym>
  17. #T=address
  18. <address>^!</address>
  19. #T=applet (deprecated)
  20. <applet code="^!" width="" height="">
  21. </applet>
  22. #T=area
  23. <area shape="^!" href="" coords="" alt="" />
  24. #T=b
  25. <b>^!</b>
  26. #T=base
  27. <base href="^!" />
  28. #T=basefont (deprecated)
  29. <basefont size="^!" />
  30. #T=bdo
  31. <bdo dir="">^!</bdo>
  32. #T=big
  33. <big>^!</big>
  34. #T=blockquote
  35. <blockquote>^!</blockquote>
  36. #T=body
  37. <body>
  38.     ^!
  39. </body>
  40. #T=br
  41. <br />
  42. #T=button
  43. <button>^!</button>
  44. #T=caption
  45. <caption>^!</caption>
  46. #T=center (deprecated)
  47. <center>^!</center>
  48. #T=cite
  49. <cite>^!</cite>
  50. #T=code
  51. <code>^!</code>
  52. #T=col
  53. <col>^!</col>
  54. #T=colgroup
  55. <colgroup>
  56.     ^!
  57. </colgroup>
  58. #T=dd
  59. <dd>^!</dd>
  60. #T=del
  61. <del>^!</del>
  62. #T=dfn
  63. <dfn>^!</dfn>
  64. #T=dir (deprecated)
  65. <dir>^!</dir>
  66. #T=div
  67. <div id="" class="">
  68.     ^!
  69. </div>
  70. #T=dl
  71. <dl>
  72.     <dt>^!</dt>
  73.     <dd></dd>
  74. </dl>
  75. #T=dt
  76. <dt>^!</dt>
  77. #T=em
  78. <em>^!</em>
  79. #T=fieldset
  80. <fieldset>
  81.     <legend>^!</legend>
  82. </fieldset>
  83. #T=font (deprecated)
  84. <font size="">^!</font>
  85. #T=form
  86. <form method="post" action="">
  87.     ^!
  88. </form>
  89. #T=frame
  90. <frame src="" id="" />
  91. #T=frameset
  92. <frameset rows="^!," cols=",">
  93.     <frame src="" id="" />
  94.     <frame src="" id="" />
  95. </frameset>
  96. #T=h1
  97. <h1>^!</h1>
  98. #T=h2
  99. <h2>^!</h2>
  100. #T=h3
  101. <h3>^!</h3>
  102. #T=h4
  103. <h4>^!</h4>
  104. #T=h5
  105. <h5>^!</h5>
  106. #T=h6
  107. <h6>^!</h6>
  108. #T=head
  109. <head>
  110.     ^!
  111. </head>
  112. #T=hr
  113. <hr />
  114. #T=html
  115. <html>
  116.     ^!
  117. </html>
  118. #T=i
  119. <i>^!</i>
  120. #T=iframe
  121. <iframe id="" src="" width="" height="">^!</iframe>
  122. #T=img
  123. <img src="^!" alt="" />
  124. #T=input
  125. <input type="^!" id="" />
  126. #T=ins
  127. <ins>^!</ins>
  128. #T=isindex (deprecated)
  129. <isindex />
  130. #T=kbd
  131. <kbd>^!</kbd>
  132. #T=label
  133. <label>^!</label>
  134. #T=legend
  135. <legend>^!</legend>
  136. #T=li
  137. <li>^!</li>
  138. #T=link
  139. <link rel="^!" href="" type="" />
  140. #T=map
  141. <map id="^!">
  142. </map>
  143. #T=menu (deprecated)
  144. <menu>^!</menu>
  145. #T=meta
  146. <meta id="^!" content="" />
  147. #T=noframes
  148. <noframes>
  149.     ^!
  150. </noframes>
  151. #T=noscript
  152. <noscript>
  153.     ^!
  154. </noscript>
  155. #T=object
  156. <object id="" width="" height="" classid="">
  157.     ^!
  158. </object>
  159. #T=ol
  160. <ol>
  161.     <li>^!</li>
  162.     <li></li>
  163. </ol>
  164. #T=optgroup
  165. <optgroup label="">
  166.     ^!
  167. </optgroup>
  168. #T=option
  169. <option>^!</option>
  170. #T=p
  171. <p>^!</p>
  172. #T=param
  173. <param id="^!" value="" />
  174. #T=pre
  175. <pre>^!</pre>
  176. #T=q
  177. <q>^!</q>
  178. #T=s (deprecated)
  179. <s>^!</s>
  180. #T=samp
  181. <samp>^!</samp>
  182. #T=script
  183. <script type="text/javascript">
  184. <!--
  185.     ^!
  186. //-->
  187. </script>
  188. #T=select
  189. <select id="">^!</select>
  190. #T=small
  191. <small>^!</small>
  192. #T=span
  193. <span class="">^!</span>
  194. #T=strike (deprecated)
  195. <strike>^!</strike>
  196. #T=strong
  197. <strong>^!</strong>
  198. #T=style
  199. <style type="text/css" title="">
  200.     ^!
  201. </style>
  202. #T=sub
  203. <sub>^!</sub>
  204. #T=sup
  205. <sup>^!</sup>
  206. #T=table
  207. <table>
  208.     <tr>
  209.         <td>^!</td>
  210.         <td></td>
  211.     </tr>
  212. </table>
  213. #T=tbody
  214. <tbody>^!</tbody>
  215. #T=td
  216. <td>^!</td>
  217. #T=textarea
  218. <textarea id="" rows="" cols="">^!</textarea>
  219. #T=tfoot
  220. <tfoot>^!</tfoot>
  221. #T=th
  222. <th>^!</th>
  223. #T=thead
  224. <thead>^!</thead>
  225. #T=title
  226. <title>^!</title>
  227. #T=tr
  228. <tr>
  229.     ^!
  230. </tr>
  231. #T=tt
  232. <tt>^!</tt>
  233. #T=u (deprecated)
  234. <u>^!</u>
  235. #T=ul
  236. <ul>
  237.     <li>^!</li>
  238.     <li></li>
  239. </ul>
  240. #T=var
  241. <var>^!</var>
  242. #